Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
hexdec
hexdec
Convert hexadecimal to decimal
Name:
hexdec
Category:
math
Programming Language:
php
One-line Description:
Convert hexadecimal to decimal.
Related
Use hexdec to parse encodings in QR codes or barcodes
4
Use hexdec and sprintf to handle uppercase and lowercase conversion requirements
2
How to Use hexdec with str_pad to Convert Hexadecimal Numbers of Insufficient Digits into Fixed-Length Decimal?
10
Use hexdec + bin2hex to convert binary and decimal
10
hexdec cooperates with substr to process hexadecimal values in strings
7
Hexdec and dechex implement bidirectional conversion between decimal and hexadecimal
10
Why does hexdec("0xFF") probably not return the expected value?
1
Does the hexdec Function in PHP Distinguish Between Uppercase and Lowercase Hexadecimal Letters? Do They Affect Conversion Results?
3
String format issues that need to be paid attention to when using hexdec
2
Use hexdec to parse hex timestamps or IDs
3
What types of hexdec strings are suitable for handling?
10
Detailed explanation of the basic usage of PHP hexdec function
9
«
1
2
»
Similar Functions
round
round
Roundfloatingpointnu
fdiv
fdiv
Performfloatingpoint
intdiv
intdiv
Roundthedivisionresu
fmod
fmod
Returnstheremaindero
atan2
atan2
Arctangleoftwoparame
tanh
tanh
Hyperbolictangent
acosh
acosh
Antihyperboliccosine
octdec
octdec
Convertoctaltodecima
Popular Articles
Implement a PHP script that automatically converts hexadecimal IP addresses to decimal format
What is the difference between hexdec and parseInt in JavaScript?
Why does hexdec("0xFF") probably not return the expected value?
Use hexdec to decode hex header information in network packets
Detailed explanation of the basic usage of PHP hexdec function
How to Use hexdec with str_pad to Convert Hexadecimal Numbers of Insufficient Digits into Fixed-Length Decimal?
Use hexdec + bin2hex to convert binary and decimal
What types of hexdec strings are suitable for handling?